projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381d0be
)
(rmail-get-new-mail): Make sure that the summary gets updated to
author
Paul Reilly
<pmr@pajato.com>
Sun, 23 Feb 2003 00:33:25 +0000
(
00:33
+0000)
committer
Paul Reilly
<pmr@pajato.com>
Sun, 23 Feb 2003 00:33:25 +0000
(
00:33
+0000)
reflect deleted spam messages.
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 1a6fa8d9475e0deb0f28cac868c6558b93065882..deeb50e9431e1dc7f562883906b43f58f6c6f86b 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1506,6
+1506,7
@@
It returns t if it got any new messages."
(setq current-message (rmail-first-unseen-message))
(if (rmail-summary-exists)
(with-current-buffer rmail-summary-buffer
+ (rmail-update-summary)
(rmail-summary-goto-msg current-message))
(rmail-show-message current-message))